Go to the source code of this file.
Enumerations | |
| enum | PspDisplayPixelFormats { PSP_DISPLAY_PIXEL_FORMAT_565 = 0, PSP_DISPLAY_PIXEL_FORMAT_5551, PSP_DISPLAY_PIXEL_FORMAT_4444, PSP_DISPLAY_PIXEL_FORMAT_8888 } |
| Framebuffer pixel formats. More... | |
| enum | PspDisplaySetBufSync { PSP_DISPLAY_SETBUF_IMMEDIATE = 0, PSP_DISPLAY_SETBUF_NEXTFRAME = 1 } |
Functions | |
| int | sceDisplaySetMode (int mode, int width, int height) |
| Set display mode. | |
| int | sceDisplayGetMode (int *pmode, int *pwidth, int *pheight) |
| Get display mode. | |
| void | sceDisplaySetFrameBuf (void *topaddr, int bufferwidth, int pixelformat, int sync) |
| Display set framebuf. | |
| int | sceDisplayGetFrameBuf (void **topaddr, int *bufferwidth, int *pixelformat, int *unk1) |
| Get Display Framebuffer information. | |
| unsigned int | sceDisplayGetVcount (void) |
| Number of vertical blank pulses up to now. | |
| int | sceDisplayWaitVblankStart (void) |
| Wait for vertical blank start. | |
| int | sceDisplayWaitVblankStartCB (void) |
| Wait for vertical blank start with callback. | |
| int | sceDisplayWaitVblank (void) |
| Wait for vertical blank. | |
| int | sceDisplayWaitVblankCB (void) |
| Wait for vertical blank with callback. | |
|
|
Framebuffer pixel formats.
|
|
|
|
|
||||||||||||||||||||
|
Get Display Framebuffer information.
|
|
||||||||||||||||
|
Get display mode.
|
|
|
Number of vertical blank pulses up to now.
|
|
||||||||||||||||||||
|
Display set framebuf.
|
|
||||||||||||||||
|
Set display mode.
|
|
|
Wait for vertical blank.
|
|
|
Wait for vertical blank with callback.
|
|
|
Wait for vertical blank start.
|
|
|
Wait for vertical blank start with callback.
|
1.4.6